ChapterTocFrame

open class ChapterTocFrame : Id3Frame

Constructors

ChapterTocFrame
Link copied to clipboard
open fun ChapterTocFrame(elementId: String, isRoot: Boolean, isOrdered: Boolean, children: Array<String>, subFrames: Array<Id3Frame>)

Properties

children
Link copied to clipboard
val children: Array<String>
elementId
Link copied to clipboard
val elementId: String
ID
Link copied to clipboard
val ID: String
isOrdered
Link copied to clipboard
val isOrdered: Boolean
isRoot
Link copied to clipboard
val isRoot: Boolean

Functions

equals
Link copied to clipboard
open fun equals(o: Any): Boolean
getSubFrame
Link copied to clipboard
open fun getSubFrame(index: Int): Id3Frame
getSubFrameCount
Link copied to clipboard
open fun getSubFrameCount(): Int
hashCode
Link copied to clipboard
open fun hashCode(): Int

Inherited functions

getType
Link copied to clipboard
open fun getType(): String